home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 30 / Mac Magazin and MacEasy Magazine CD - Issue 30.iso / utilities / Mac OS X / Flurry / Flurry source / Source Folder / Std.cpp < prev    next >
C/C++ Source or Header  |  2001-12-12  |  740b  |  31 lines

  1. // Precompiled "Std" Include Header.
  2.  
  3. #include "Std.h"
  4.  
  5. float sys_glWidth, sys_glHeight;
  6. UInt8  sys_glBPP=32;
  7. double sys_Time=0;
  8. int MouseX;
  9. int MouseY;
  10. int MouseDown = FALSE;
  11. int SSMODE = FALSE;
  12. int currentVideoMode = 0;
  13. ColorModes currentColorMode = whiteColorMode;
  14. int cohesiveness = 7;
  15. float incohesion = 0.07f;
  16. int fieldStrength;
  17. int colorCoherence = 7;
  18. float colorIncoherence = 0.15f;
  19. float streamSpeed = 450.0;
  20. int fieldIncoherence = 0;
  21. float fieldCoherence = 0.0f;
  22. int ifieldSpeed = 120;
  23. float fieldSpeed = 12.0f;
  24. int starSpeed = 50;
  25. float seraphDistance = 2000.0f;
  26. float streamSize = 25000.0f;
  27. float streamExpansion = 1000.0f;
  28. float fieldRange = 1000.0f;
  29. float streamBias = 7.0f;
  30. int numStreams = 12;
  31.